home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000396_dak@pool.inform…rwth-aachen.de_Tue Mar 15 15:36:58 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  1KB

  1. Received: from sally.Informatik.RWTH-Aachen.DE by cs.umb.edu with SMTP id AA24509
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Tue, 15 Mar 1994 08:37:43 -0500
  3. Received: from tabaqui (tabaqui.Informatik.RWTH-Aachen.DE) by sally.informatik.rwth-aachen.de 
  4.         (4.1/sally-2) id AA20108; Tue, 15 Mar 94 14:37:27 +0100 
  5. Received: by tabaqui (4.1/POOL.3)
  6.     id AA07005; Tue, 15 Mar 94 14:36:58 +0100
  7. Date: Tue, 15 Mar 94 14:36:58 +0100
  8. From: dak@pool.informatik.rwth-aachen.de
  9. Message-Id: <9403151336.AA07005@tabaqui>
  10. To: tex-k@cs.umb.edu
  11. Subject: dvipsk option parsing of -r
  12.  
  13. It would be nice if dvips would make multiple -r options combine via
  14. xor, because it is not uncommon to put a shellscript wrapper around it
  15. which calls it with options appropriate to the printer. A face-up printer
  16. should have one -r by default, but another one specified by the user
  17. will not ignored. I will for now make something like
  18. case "$DVIPSOPTS" in
  19.     "* -r *") DVIPSOPTS="$DVIPSOPTS -r0";;
  20.     *) DVIPSOPTS="$DVIPSOPTS -r";;
  21. esac
  22.  
  23. in my particular case, but I think you'd agree that this is somewhat ugly.
  24.  
  25. However, it might be an idea to make -r+ and -r- work absolutely,
  26. and let the flipping be done by just -r alone.
  27.  
  28.  David Kastrup        dak@pool.informatik.rwth-aachen.de          
  29.  Tel: +49-241-72419 Fax: +49-241-79502
  30.  Goethestr. 20, D-52064 Aachen